Release 10.1A: OpenEdge Development:
Messaging and ESB


Creating a Message Subscriber

You create a message subscriber to receive the message from the topic newtopic. The subscriber handles the message using the internal procedure myintproc, as shown in the following example:

Creating a Message Subscriber 
/* receives requests from  the newTopic */ 
RUN createMessageConsumer  
    IN pubsubsession (THIS-PROCEDURE, "myintproc", OUTPUT consumerH). 

Note: Topics can be configured at run time.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095